-
Notifications
You must be signed in to change notification settings - Fork 528
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Creating Conversation Quickstart for Go #1128
base: release-1.15
Are you sure you want to change the base?
Conversation
Signed-off-by: Fernando Rocha <[email protected]>
Signed-off-by: Fernando Rocha <[email protected]>
Signed-off-by: Fernando Rocha <[email protected]>
Signed-off-by: Fernando Rocha <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looking good, just a few nits
I think there are changes to non-conversation-related quickstarts/docs, I would remove those from this PR to avoid confusion
match_order: none | ||
background: false | ||
sleep: 5 | ||
timeout_seconds: 120 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just a nit- has this been validated with a much shorter timeout? Our workflows take far too long with waits at the moment and I can't imagine the execution time being very long
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can these timings be reduced?
Co-authored-by: Mike Nguyen <[email protected]> Signed-off-by: Fernando Rocha <[email protected]>
Co-authored-by: Mike Nguyen <[email protected]> Signed-off-by: Fernando Rocha <[email protected]>
Co-authored-by: Mike Nguyen <[email protected]> Signed-off-by: Fernando Rocha <[email protected]>
Signed-off-by: Fernando Rocha <[email protected]>
Signed-off-by: Fernando Rocha <[email protected]>
Co-authored-by: Mike Nguyen <[email protected]> Signed-off-by: Fernando Rocha <[email protected]>
apps: | ||
- appDirPath: ./conversation/ | ||
appID: conversation | ||
appPort: 3500 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is unused
appPort: 3500 |
apps: | ||
- appDirPath: ./conversation/ | ||
appID: conversation | ||
appPort: 3500 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Unused
appPort: 3500 |
- appDirPath: ./conversation/ | ||
appID: conversation | ||
appPort: 3500 | ||
daprHTTPPort: 3501 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
daprHTTPPort: 3501 |
Unused - unless a grpc port is preferable?
match_order: none | ||
background: false | ||
sleep: 5 | ||
timeout_seconds: 120 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can these timings be reduced?
Description
Conversation building block SDK and HTTP quickstart samples.